C1.LiveLinq.LiveViews Namespace : GroupView<TKey,TElement> Class |
The following tables list the members exposed by GroupView<TKey,TElement>.
Name | Description | |
---|---|---|
Count | Gets the total number of elements in the view. (Inherited from C1.LiveLinq.LiveViews.View) | |
CurrentItem | Gets the current item in the view. (Inherited from C1.LiveLinq.LiveViews.View) | |
DataBindingMode | Gets or sets the data binding mode for this view. (Inherited from C1.LiveLinq.LiveViews.View) | |
DeferredMaintenance | Overridden. This property overrides View.DeferredMaintenance. | |
Indexes | Gets the collection of indexes for this view. (Inherited from C1.LiveLinq.LiveViews.View<TElement>) | |
IsReadOnly | Gets a value indicating whether this view is read-only, not updatable. (Inherited from C1.LiveLinq.LiveViews.View) | |
Item | Gets the view item (element) at the specified ordinal position. (Inherited from C1.LiveLinq.LiveViews.View<TElement>) | |
Key | Gets the key value of the group. | |
MaintenanceMode | Overridden. This property overrides View.MaintenanceMode. | |
MoveToFirstOnReset | Gets or sets a value indicating that the first item must be made current after initial loading or reset (on any C1.LiveLinq.SourceChangeType.Reset notification) if current item was not set by other means. The default is True. (Inherited from C1.LiveLinq.LiveViews.View) | |
Order | Gets a value indicating whether and how this view preserves item order if it exists in its base data source. (Inherited from C1.LiveLinq.LiveViews.View) | |
Parent | Gets the grouping view (the result of a GroupBy operation) to which this group belongs. | |
Transaction | Gets an instance of C1.LiveLinq.ITransaction associated with the view. If a view has a transaction associated with it, that transaction's scope is opened automatically every time the view is updated, so the programmer does not need to do it manually in code. (Inherited from C1.LiveLinq.LiveViews.View) |
Name | Description | |
---|---|---|
AsCollectionViewFactory | Returns an instance of System.ComponentModel.ICollectionViewFactory that can be used as a source of a System.Windows.Data.CollectionViewSource. (Inherited from C1.LiveLinq.LiveViews.View) | |
AsDynamic | Used for views with anonymous type constructor as the result selector, converts the View to a View<dynamic> so it can be used for data binding and programmatic access. (Inherited from C1.LiveLinq.LiveViews.View) | |
AttachAggregationView | Overloaded. (Inherited from C1.LiveLinq.LiveViews.View<TElement>) | |
AttachView | Overloaded. (Inherited from C1.LiveLinq.LiveViews.View<TElement>) | |
Concat | Concatenation of two views. (Inherited from C1.LiveLinq.LiveViews.View<TElement>) | |
Contains | Determines whether the view contains a specified item. (Inherited from C1.LiveLinq.LiveViews.View<TElement>) | |
DeferMaintenance | Enters a defer cycle that you can use to make bulk changes to the view sources and delay automatic view maintenance. (Inherited from C1.LiveLinq.LiveViews.View) | |
GetEnumerator | Returns an enumerator that iterates through the view items. (Inherited from C1.LiveLinq.LiveViews.View<TElement>) | |
GroupBy | Overloaded. (Inherited from C1.LiveLinq.LiveViews.View<TElement>) | |
GroupJoin<TInner,TKey,TResult> | Correlates the elements of two views based on equality of keys and groups the results. (Inherited from C1.LiveLinq.LiveViews.View<TElement>) | |
IndexOf | Searches for the specified object among the elements of the view and returns the zero-based ordinal position of its first occurrence. (Inherited from C1.LiveLinq.LiveViews.View<TElement>) | |
Join<TInner,TKey,TResult> | Correlates the elements of two views based on matching keys. (Inherited from C1.LiveLinq.LiveViews.View<TElement>) | |
Maintain | Overridden. This method overrides View.Maintain. | |
OrderBy<TKey> | Sorts the elements of a view in ascending order. (Inherited from C1.LiveLinq.LiveViews.View<TElement>) | |
OrderByDescending<TKey> | Sorts the elements of a view in descending order. (Inherited from C1.LiveLinq.LiveViews.View<TElement>) | |
PurgeEmptyGroups | Overridden. This method overrides View.PurgeEmptyGroups. | |
Rebuild | Overridden. This method overrides View.Rebuild. | |
Select<TResult> | Projects each element of a view into a new form. (Inherited from C1.LiveLinq.LiveViews.View<TElement>) | |
SelectMany | Overloaded. (Inherited from C1.LiveLinq.LiveViews.View<TElement>) | |
SetTransaction | Sets the value of the View.Transaction property. (Inherited from C1.LiveLinq.LiveViews.View) | |
ToString | Returns a string that represents this instance of GroupView<TKey,TElement> | |
Union | Set union of two views. (Inherited from C1.LiveLinq.LiveViews.View<TElement>) | |
Where | Filters the source view based on a predicate. (Inherited from C1.LiveLinq.LiveViews.View<TElement>) |
Name | Description | |
---|---|---|
Changed | Occurs after an item of the view or the entire view has changed. (Inherited from C1.LiveLinq.LiveViews.View<TElement>) |